home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / XPK / Developer / Include / C / proto / xpkmaster.h next >
Encoding:
C/C++ Source or Header  |  1997-03-09  |  190 b   |  12 lines

  1. #ifndef _PROTO_XPKMASTER_H
  2. #define _PROTO_XPKMASTER_H
  3.  
  4. #include <exec/types.h>
  5.  
  6. extern struct Library *XpkBase;
  7.  
  8. #include <clib/xpkmaster_protos.h>
  9. #include <pragma/xpkmaster_lib.h>
  10.  
  11. #endif
  12.